Html Css Color HEX #230436 Blackcurrant

📋 copy color: '#230436'

red 35 ◦ green 4 ◦ blue 54

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

Shades of Blackcurrant #230436

Tints of Blackcurrant #230436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

 BLUE value IS 54 (21.48% from 255) = 58.06%

R = 37.63%
G = 4.3%
B = 58.06%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#230436 (or 0x230436) is known color: Blackcurrant. HEX triplet: 23, 04 and 36. RGB value is (35,4,54). Sum of RGB (Red+Green+Blue) = 35+4+54=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #230436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230436 is #DCFBC9. Grayscale: #121212. Windows color (decimal): -14482378 or 3540003. OLE color: 3540003.

HSL color Cylindrical-coordinate representation of color #230436: hue angle of 277.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230436 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 35 4 54 -
CMYK 0.35 0.93 0 0.79
HSL 277.2º 0.86% 0.11% -
HSV(B) 277.2º 0.93% 0.21% -
XYZ 1.4 0.71 3.55 -
YUV 18.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 35 4 54 0.35 0.93 0 0.79 277.2 0.86 0.11
Hex 23 4 36 23 5D 0 4F 115 56 B
Octal 43 4 66 43 135 0 117 425 126 13
Binary 100011 100 110110 100011 1011101 0 1001111 100010101 1010110 1011

Color Harmonies of #230436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230436

Black with #230436

Text Example


Text Example

White with #230436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230436; }

 p { color: rgb(35,4,54); }

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

background-color css

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

 a { background-color: rgb(35,4,54); }

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

border-color css

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

 span { border-color: rgb(35,4,54); }

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