Html Css Color HEX #230149 Blackcurrant

📋 copy color: '#230149'

red 35 ◦ green 1 ◦ blue 73

#230149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #230149

Tints of Blackcurrant #230149

RGB

 RED value IS 35 (14.06% from 255) = 32.11%

 GREEN value IS 1 (0.78% from 255) = 0.92%

 BLUE value IS 73 (28.91% from 255) = 66.97%

R = 32.11%
G = 0.92%
B = 66.97%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#230149 (or 0x230149) is known color: Blackcurrant. HEX triplet: 23, 01 and 49. RGB value is (35,1,73). Sum of RGB (Red+Green+Blue) = 35+1+73=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 73 (28.91% from 255 or 66.97% from 109); Max value from RGB is 73 - color contains mainly: blue. Hex color #230149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230149 is #DCFEB6. Grayscale: #131313. Windows color (decimal): -14483127 or 4784419. OLE color: 4784419.

HSL color Cylindrical-coordinate representation of color #230149: hue angle of 268.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230149 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 1 73 -
CMYK 0.52 0.99 0 0.71
HSL 268.33º 0.97% 0.15% -
HSV(B) 268.33º 0.99% 0.29% -
XYZ 1.91 0.86 6.37 -
YUV 19.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 35 1 73 0.52 0.99 0 0.71 268.33 0.97 0.15
Hex 23 1 49 34 63 0 47 10C 61 F
Octal 43 1 111 64 143 0 107 414 141 17
Binary 100011 1 1001001 110100 1100011 0 1000111 100001100 1100001 1111

Color Harmonies of #230149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230149

Black with #230149

Text Example


Text Example

White with #230149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230149; }

 p { color: rgb(35,1,73); }

 H1.HeaderClassName
 {
   color: #230149;
 }
 .AnyTagClassName
 {
   color: #230149;
 }
</style>

background-color css

<style>
 a { background-color: #230149; }

 a { background-color: rgb(35,1,73); }

 div.DivClassName
 {
   background-color: #230149;
 }
 .BgClassName
 {
   background-color: #230149;
 }
</style>

border-color css

<style>
 span { border-color: #230149; }

 span { border-color: rgb(35,1,73); }

 td.TdClassName
 {
   border-color: #230149;
 }
 .TagClassName
 {
   border-color: #230149;
 }
</style>