Html Css Color HEX #230D2A Blackcurrant

📋 copy color: '#230D2A'

red 35 ◦ green 13 ◦ blue 42

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

Shades of Blackcurrant #230D2A

Tints of Blackcurrant #230D2A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.44%

 BLUE value IS 42 (16.8% from 255) = 46.67%

R = 38.89%
G = 14.44%
B = 46.67%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#230D2A (or 0x230D2A) is known color: Blackcurrant. HEX triplet: 23, 0D and 2A. RGB value is (35,13,42). Sum of RGB (Red+Green+Blue) = 35+13+42=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 42 - color contains mainly: blue. Hex color #230D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230D2A is #DCF2D5. Grayscale: #161616. Windows color (decimal): -14480086 or 2755875. OLE color: 2755875.

HSL color Cylindrical-coordinate representation of color #230D2A: hue angle of 285.52º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #230D2A is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 13 42 -
CMYK 0.17 0.69 0 0.84
HSL 285.52º 0.53% 0.11% -
HSV(B) 285.52º 0.69% 0.16% -
XYZ 1.25 0.81 2.28 -
YUV 22.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 35 13 42 0.17 0.69 0 0.84 285.52 0.53 0.11
Hex 23 D 2A 11 45 0 54 11E 35 B
Octal 43 15 52 21 105 0 124 436 65 13
Binary 100011 1101 101010 10001 1000101 0 1010100 100011110 110101 1011

Color Harmonies of #230D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D2A

Black with #230D2A

Text Example


Text Example

White with #230D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230D2A; }

 p { color: rgb(35,13,42); }

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

background-color css

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

 a { background-color: rgb(35,13,42); }

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

border-color css

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

 span { border-color: rgb(35,13,42); }

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