Html Css Color HEX #232024 Blackcurrant

📋 copy color: '#232024'

red 35 ◦ green 32 ◦ blue 36

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

Shades of Blackcurrant #232024

Tints of Blackcurrant #232024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.07%

 BLUE value IS 36 (14.45% from 255) = 34.95%

R = 33.98%
G = 31.07%
B = 34.95%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#232024 (or 0x232024) is known color: Blackcurrant. HEX triplet: 23, 20 and 24. RGB value is (35,32,36). Sum of RGB (Red+Green+Blue) = 35+32+36=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 36 - color contains mainly: blue. Hex color #232024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232024 is #DCDFDB. Grayscale: #212121. Windows color (decimal): -14475228 or 2367523. OLE color: 2367523.

HSL color Cylindrical-coordinate representation of color #232024: hue angle of 285º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #232024 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 32 36 -
CMYK 0.03 0.11 0 0.86
HSL 285º 0.06% 0.13% -
HSV(B) 285º 0.11% 0.14% -
XYZ 1.53 1.52 1.88 -
YUV 33.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 35 32 36 0.03 0.11 0 0.86 285 0.06 0.13
Hex 23 20 24 3 B 0 56 11D 6 D
Octal 43 40 44 3 13 0 126 435 6 15
Binary 100011 100000 100100 11 1011 0 1010110 100011101 110 1101

Color Harmonies of #232024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232024

Black with #232024

Text Example


Text Example

White with #232024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232024; }

 p { color: rgb(35,32,36); }

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

background-color css

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

 a { background-color: rgb(35,32,36); }

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

border-color css

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

 span { border-color: rgb(35,32,36); }

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