Html Css Color HEX #230014 Blackberry

📋 copy color: '#230014'

red 35 ◦ green 0 ◦ blue 20

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

Shades of Blackberry #230014

Tints of Blackberry #230014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 20 (8.2% from 255) = 36.36%

R = 63.64%
G = 0%
B = 36.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#230014 (or 0x230014) is known color: Blackberry. HEX triplet: 23, 00 and 14. RGB value is (35,0,20). Sum of RGB (Red+Green+Blue) = 35+0+20=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #230014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230014 is #DCFFEB. Grayscale: #0C0C0C. Windows color (decimal): -14483436 or 1310755. OLE color: 1310755.

HSL color Cylindrical-coordinate representation of color #230014: hue angle of 325.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230014 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 0 20 -
CMYK 0 1 0.43 0.86
HSL 325.71º 1% 0.07% -
HSV(B) 325.71º 1% 0.14% -
XYZ 0.82 0.41 0.7 -
YUV 12.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 35 0 20 0 1 0.43 0.86 325.71 1 0.07
Hex 23 0 14 0 64 2B 56 146 64 7
Octal 43 0 24 0 144 53 126 506 144 7
Binary 100011 0 10100 0 1100100 101011 1010110 101000110 1100100 111

Color Harmonies of #230014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230014

Black with #230014

Text Example


Text Example

White with #230014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230014; }

 p { color: rgb(35,0,20); }

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

background-color css

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

 a { background-color: rgb(35,0,20); }

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

border-color css

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

 span { border-color: rgb(35,0,20); }

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