Html Css Color HEX #23082B Blackcurrant

📋 copy color: '#23082B'

red 35 ◦ green 8 ◦ blue 43

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

Shades of Blackcurrant #23082B

Tints of Blackcurrant #23082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.3%

 BLUE value IS 43 (17.19% from 255) = 50%

R = 40.7%
G = 9.3%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#23082B (or 0x23082B) is known color: Blackcurrant. HEX triplet: 23, 08 and 2B. RGB value is (35,8,43). Sum of RGB (Red+Green+Blue) = 35+8+43=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 43 (17.19% from 255 or 50% from 86); Max value from RGB is 43 - color contains mainly: blue. Hex color #23082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23082B is #DCF7D4. Grayscale: #131313. Windows color (decimal): -14481365 or 2820131. OLE color: 2820131.

HSL color Cylindrical-coordinate representation of color #23082B: hue angle of 286.29º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23082B is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 35 8 43 -
CMYK 0.19 0.81 0 0.83
HSL 286.29º 0.69% 0.1% -
HSV(B) 286.29º 0.81% 0.17% -
XYZ 1.22 0.71 2.36 -
YUV 20.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 35 8 43 0.19 0.81 0 0.83 286.29 0.69 0.1
Hex 23 8 2B 13 51 0 53 11E 45 A
Octal 43 10 53 23 121 0 123 436 105 12
Binary 100011 1000 101011 10011 1010001 0 1010011 100011110 1000101 1010

Color Harmonies of #23082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23082B

Black with #23082B

Text Example


Text Example

White with #23082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23082B; }

 p { color: rgb(35,8,43); }

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

background-color css

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

 a { background-color: rgb(35,8,43); }

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

border-color css

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

 span { border-color: rgb(35,8,43); }

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