Html Css Color HEX #230F30 Blackcurrant

📋 copy color: '#230F30'

red 35 ◦ green 15 ◦ blue 48

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

Shades of Blackcurrant #230F30

Tints of Blackcurrant #230F30

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.31%

 BLUE value IS 48 (19.14% from 255) = 48.98%

R = 35.71%
G = 15.31%
B = 48.98%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#230F30 (or 0x230F30) is known color: Blackcurrant. HEX triplet: 23, 0F and 30. RGB value is (35,15,48). Sum of RGB (Red+Green+Blue) = 35+15+48=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #230F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F30 is #DCF0CF. Grayscale: #181818. Windows color (decimal): -14479568 or 3149603. OLE color: 3149603.

HSL color Cylindrical-coordinate representation of color #230F30: hue angle of 276.36º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #230F30 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 15 48 -
CMYK 0.27 0.69 0 0.81
HSL 276.36º 0.52% 0.12% -
HSV(B) 276.36º 0.69% 0.19% -
XYZ 1.4 0.91 2.9 -
YUV 24.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 35 15 48 0.27 0.69 0 0.81 276.36 0.52 0.12
Hex 23 F 30 1B 45 0 51 114 34 C
Octal 43 17 60 33 105 0 121 424 64 14
Binary 100011 1111 110000 11011 1000101 0 1010001 100010100 110100 1100

Color Harmonies of #230F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F30

Black with #230F30

Text Example


Text Example

White with #230F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,15,48); }

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

background-color css

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

 a { background-color: rgb(35,15,48); }

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

border-color css

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

 span { border-color: rgb(35,15,48); }

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