Html Css Color HEX #23004F Blackcurrant

📋 copy color: '#23004F'

red 35 ◦ green 0 ◦ blue 79

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

Shades of Blackcurrant #23004F

Tints of Blackcurrant #23004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 79 (31.25% from 255) = 69.3%

R = 30.7%
G = 0%
B = 69.3%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#23004F (or 0x23004F) is known color: Blackcurrant. HEX triplet: 23, 00 and 4F. RGB value is (35,0,79). Sum of RGB (Red+Green+Blue) = 35+0+79=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 79 (31.25% from 255 or 69.30% from 114); Max value from RGB is 79 - color contains mainly: blue. Hex color #23004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23004F is #DCFFB0. Grayscale: #131313. Windows color (decimal): -14483377 or 5177379. OLE color: 5177379.

HSL color Cylindrical-coordinate representation of color #23004F: hue angle of 266.58º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23004F is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 0 79 -
CMYK 0.56 1 0 0.69
HSL 266.58º 1% 0.15% -
HSV(B) 266.58º 1% 0.31% -
XYZ 2.1 0.92 7.46 -
YUV 19.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 35 0 79 0.56 1 0 0.69 266.58 1 0.15
Hex 23 0 4F 38 64 0 45 10B 64 F
Octal 43 0 117 70 144 0 105 413 144 17
Binary 100011 0 1001111 111000 1100100 0 1000101 100001011 1100100 1111

Color Harmonies of #23004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23004F

Black with #23004F

Text Example


Text Example

White with #23004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23004F; }

 p { color: rgb(35,0,79); }

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

background-color css

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

 a { background-color: rgb(35,0,79); }

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

border-color css

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

 span { border-color: rgb(35,0,79); }

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